projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98dfba1
)
Add #undef for USE_X_TOOLKIT.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 19 Jan 1994 04:15:49 +0000
(
04:15
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 19 Jan 1994 04:15:49 +0000
(
04:15
+0000)
src/config.in
patch
|
blob
|
history
diff --git
a/src/config.in
b/src/config.in
index 144d6e4e1f8c9c204d776be88a686e13f7819fd0..a0c2f29a0f7633234e929748ff687fed6bea99ee 100644
(file)
--- a/
src/config.in
+++ b/
src/config.in
@@
-47,6
+47,9
@@
and this notice must be preserved on all copies. */
Otherwise, Emacs expects to use version 10. */
#undef HAVE_X11
+/* Define if using an X toolkit. */
+#undef USE_X_TOOLKIT
+
/* Define this if you're using XFree386. */
#undef HAVE_XFREE386